home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 May
/
CMCD0504.ISO
/
Software
/
Freeware
/
Programare
/
gdiplusdelphi
/
demos
/
Using Image Encoders and Decoders
/
Converting a BMP Image to a PNG Image
/
GDITEST30.dpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-05
|
189 b
|
14 lines
program GDITEST30;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.